Get an account's balances history by ID

This method returns the account's balances history that matches the entered ID.

Security(Ledger_API_Key and Ledger_API_User) or Ledger_API_Key and Ledger_API_User and Ledger_Store_Auth_Token) or Ledger_API_User or Ledger_API_User and Ledger_Store_Auth_Token)
Request
path Parameters
account_id
required
integer

The account's ID

query Parameters
end
string or null <date-time>
Default: "2024-05-20T11:43:28.667383+00:00"

End of the balance history time span.

start
string or null <date-time>
Default: "2024-05-20T11:43:28.667363+00:00"

Start of the balance history time span.

Responses
200

Account object

501

Not supported for this currency

get/accounts/{account_id}/balances/history
Response samples
application/json
{
  • "account_index": 0,
  • "balances": [
    ],
  • "currency": {
    }
}
Copyright © Ledger Enterprise Platform 2023. All right reserved.